home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / edit / XModule34.lha / XModule / Catalogs / Empty.ct (.txt) next >
Amiga Catalog Translation file  |  1995-06-12  |  13KB  |  392 lines

  1. ## version 
  2. ## language 
  3. ## codeset 0
  4. ;** XModule.cd 1.0
  5. ;** Copyright (C) 1995 Bernardo Innocenti
  6. ; How to make a new catalog for XModule
  7. ; =====================================
  8. ;  This file contains all the strings used in XModule.  Lines beginning with
  9. ; a semicolon (;) are comments and are ignored by the catalog generator.
  10. ; Every string is made up two lines:
  11. ;     MSG_READING_TYPE_MODULE_CHN (//)
  12. ;     Reading %s module with %ld tracks...
  13. ;  The first line is a symbol which identifies its meaning inside XModule.
  14. ; You do not need to modify it.  The characters "(//)" are required by the
  15. ; catalog generator and shouldn't be modified.
  16. ;  The second line is the message itself.  You should insert the
  17. ; translation in your own language here.  In this example, the sequences
  18. ; "%s" and "%d" have a special meaning.  At run time, they will be replaced
  19. ; by a value, let's say "TakeTracker" and "12", so that the resulting
  20. ; string would become "Reading TakeTracker module with 12 tracks...".
  21. ;  Your language might require a different ordering of the % symbols in the
  22. ; sentence, for instance "12 tracks TakeTracker module...".  In this case,
  23. ; you can translate the string as follows:
  24. ;     %2$ld tracks %1$s module...
  25. ;  The template is %<position>$<sequence>, where <position> is the original
  26. ; position of the % command, <sequence> is the original command sequence.
  27. ;  For those amongst you who are not programmers, the meaning of some strings
  28. ; may be obscure.  For instance, you might find a string like "Ok|Cancel",
  29. ; which describes the possible answers to a requesters.  You should leave the
  30. ; '|' character alone and avoid inserting additional spaces before and after it.
  31. ;  To help you with the translation, the template "Empty.ct" is provided.
  32. ; This file has blank lines where the translated strings should be
  33. ; inserted, followed by comment lines with the original english string.
  34. ; Just rename it to <language>.ct and fill in all the empty lines.
  35. ;  When you are done with the translation, run a catalog generator like
  36. ; like FlexCat, KitKat or CatComp and make the xxx.catalog file.  Then, test
  37. ; the new catalog with XModule and make sure that every message is correct.
  38. ; To make a catalog with FlexCat, use the following command line:
  39. ;     FlexCat Catalogs/XModule.cd Catalogs/<language>.ct
  40. ;         CATALOG=Catalogs/<language>/XModule.catalog
  41. ;  When a new version of XModule gets released, the old catalogs will have
  42. ; to be updated to include all the new messages and so on.  In this case
  43. ; I'll send you the new catalog translation file and ask you to update it.
  44. ; Of course, you are still free to refuse if you do not want to do it, but,
  45. ; please, tell me about it in time, so I can look around for another
  46. ; translator.
  47. ; ***************************
  48. ; * Strings for all modules *
  49. ; ***************************
  50. MSG_OK
  51. MSG_YES_OR_NO
  52. ;Yes|No
  53. MSG_RETRY_OR_CANCEL
  54. ;Retry|Cancel
  55. MSG_CONTINUE
  56. ;Continue
  57. MSG_NO_FREE_STORE
  58. ;Insufficient memory.
  59. MSG_BREAK
  60. ;Aborted.
  61. MSG_ERR_LOAD
  62. ;Unable to load \"%s\": %s.
  63. ; The first %s is the filename, the second is the reason for failure.
  64. MSG_CANT_OPEN
  65. ;Cannot open file \"%s\" %s.
  66. ; The first %s is the filename, the second is the reason for failure.
  67. MSG_ERROR_READING
  68. ;Error reading \"%s\": %s.
  69. ; The first %s is the filename, the second is the reason for failure.
  70. MSG_ERROR_WRITING
  71. ;Error writing \"%s\" %s.
  72. ; The first %s is the filename, the second is the reason for failure.
  73. ; *****************************
  74. ; * Strings for Compression.c *
  75. ; *****************************
  76. MSG_DECRUNCHING
  77. ;Decrunching...
  78. MSG_NOTHING_IN_ARC
  79. ;Nothing found in archive \"%s\".
  80. MSG_CANT_LOAD_COMPRESSED
  81. ;Unable to load compressed file.
  82. MSG_ERROR_DECOMPRESSING
  83. ;Error decompressing file \"%s\": %s.
  84. ; ********************
  85. ; * Strings for Cx.c *
  86. ; ********************
  87. MSG_BAD_HOTKEY
  88. ;Bad Commodity HotKey description.
  89. ; ***************************
  90. ; * Strings for all loaders *
  91. ; ***************************
  92. MSG_READING_PATTS
  93. ;Reading Patterns...
  94. MSG_READING_INSTS_INFO
  95. ;Reading Instruments Info...
  96. MSG_READING_INSTS
  97. ;Reading Instruments...
  98. MSG_ERR_CANT_LOAD_PATT
  99. ;ERROR: Couldn't load pattern %ld.
  100. MSG_ERR_CANT_LOAD_INST
  101. ;ERROR: Couldn't load instrument %lx.
  102. MSG_ERR_NO_MEM_FOR_INST
  103. ;ERROR: Not enough memory for instrument %lx.
  104. MSG_ERR_NOT_A_SAMPLE
  105. ;ERROR: Instrument %lx is not a sample.
  106. MSG_SONG_TOO_LONG
  107. ;WARNING: Song length exceeds maximum. Will be truncated.
  108. MSG_SONG_HAS_TOO_MANY_PATT
  109. ;WARNING: Song exceeds maximum number of patterns.
  110. MSG_PATT_TOO_MANY_TRACKS
  111. ;WARNING: Pattern %ld has too many tracks. Cropping to %ld tracks.
  112. MSG_PATT_TOO_MANY_LINES
  113. ;WARNING: Pattern %ld has too many lines. Cropping to %ld lines.
  114. MSG_INVALID_NOTE
  115. ;WARNING: Invalid note %ld (Patt %ld Track %ld Line %ld).
  116. MSG_UNKNOWN_EFF
  117. ;Unknown effect: $%lx (Patt %ld Track %ld Line %ld).
  118. MSG_EXTRA_DATA_AFTER_MOD
  119. ;WARNING: Extra data found after valid module: Will be ignored.
  120. MSG_WRITING_HEADER
  121. ;Writing Header...
  122. MSG_WRITING_PATTS
  123. ;Writing Patterns...
  124. MSG_WRITING_INSTS
  125. ;Writing Instruments...
  126. MSG_WRITING_INSTINFO
  127. ;Writing Instruments Info...
  128. MSG_WRITING_INSTDATA
  129. ;Writing Instruments Data...
  130. MSG_NOTE_TOO_LOW
  131. ;WARNING: Note at Patt %ld Track %ld Line %ld is too low.
  132. MSG_NOTE_TOO_HIGH
  133. ;WARNING: Note at Patt %ld Track %ld Line %ld is too high.
  134. MSG_NO_MEM_TO_HALVE
  135. ;WARNING: Not enough memory to halve volume of instrument %lx.
  136. MSG_INSTR_TOO_LONG
  137. ;WARNING: Instrument %lx is too long.
  138. ; *****************************
  139. ; * Strings for Get/SaveMED.c *
  140. ; *****************************
  141. MSG_READING_MMD
  142. ;Loading MMD%lc module...
  143. ; The %lc is the MED format (0, 1, 2, ...)
  144. MSG_WRITING_MMD
  145. ;Saving MMD%lc module...
  146. ; The %lc is the MED format (0, 1, 2, ...)
  147. MSG_UNSUPPORTED_MMD_FORMAT
  148. ;ERROR: Unsupported OctaMED format.
  149. MSG_WRONG_EFFECT_IN_MMD0
  150. ;WARNING: Effect %lx is not supported in MMD0 format. Use MMD1 or better.
  151. ; ******************************
  152. ; * Strings for GetOktalyzer.c *
  153. ; ******************************
  154. MSG_READING_OKTALYZER
  155. ;Loading Oktalyzer module with %ld tracks...
  156. MSG_WRITING_OKTALYZER
  157. ;Saving Oktalyzer 1.1 module (%ld tracks)...
  158. ; ************************
  159. ; * Strings for GetS3M.c *
  160. ; ************************
  161. MSG_READING_S3M
  162. ;Reading ScreamTracker 3.0 module with %ld channels...
  163. MSG_ADLIB_INSTR
  164. ;ERROR: Instrument %lx is an ADLib %s.
  165. ; %s is the name of the ADLib instrument (eg: Snare).
  166. MSG_TRACK_OUT_OF_RANGE
  167. ;WARNING: Track %lx is out of range.
  168. MSG_UNKNOWN_SAMPLE_COMPRESSION
  169. ;WARNING: Unknown sample compression for instrument %lx.
  170. MSG_INST_IS_STEREO
  171. ;WARNING: Instrument %lx is a stereo sample.
  172. MSG_INST_IS_16BIT
  173. ;WARNING: Instrument %lx is 16bit: unable to load it.
  174. ; *********************************
  175. ; * Strings for Get/SaveTracker.c *
  176. ; *********************************
  177. MSG_READING_TYPE_MODULE
  178. ;Reading %s module...
  179. ; %s is the module format.
  180. MSG_EXCEEDS_64_PATTS
  181. ;WARNING: Module exceeds 64 patterns.  You need ProTracker 2.3 in order to play it.
  182. MSG_READING_TYPE_MODULE_CHN
  183. ;Reading %s module with %ld tracks...
  184. ; %s is the module format, %ld is the number of tracks.
  185. MSG_SONG_HAS_NO_INSTS
  186. ;This file is a song and doesn't contain instruments.
  187. MSG_SAVING_TRACKER
  188. ;Saving Sound/Noise/ProTracker module...
  189. MSG_SAVING_TAKETRACKER
  190. ;Saving Fast/TakeTracker module with %ld tracks...
  191. MSG_EXCEEDS_MAXPAATTS
  192. ;WARNING: Module execeeds %ld patterns.
  193. MSG_PATT_WILL_GROW
  194. ;Pattern %ld will grow to 64 lines (was %ld lines long).
  195. MSG_SPLITTING_PATT
  196. ;Splitting pattern %ld (was %ld lines long).
  197. MSG_SOME_PATTS_NOT_SAVED
  198. ;WARNING: some patterns are not being saved!
  199. ; **************************
  200. ; * Strings for SaveMIDI.c *
  201. ; **************************
  202. MSG_CHOOSING_CHANNELS
  203. ;Choosing Channels...
  204. MSG_WRITING_MIDI_TRACKS
  205. ;Writing MIDI Tracks...
  206. MSG_TOO_MANY_CHANNELS
  207. ;ERROR: Song requires too many MIDI channels.
  208. ; *********************
  209. ; * Strings for Gui.c *
  210. ; *********************
  211. MSG_REALLY_QUIT_XMODULE
  212. ;Really Quit XModule?
  213. MSG_CLOSE_ALL_WINDOWS
  214. ;Please close all visitor windows\n\
  215. ;and then select `Continue'.
  216. ; ***********************
  217. ; * Strings for Instr.c *
  218. ; ***********************
  219. MSG_UNKNOWN_IFF
  220. ;Unknown IFF format %s.
  221. MSG_ILLEGAL_IFF_STRUCTURE
  222. ;Illegal IFF structure.
  223. MSG_SELECT_RAW_MODE
  224. ;Unrecognized instrument format.\n\
  225. ;Please select RAW mode.
  226. MSG_RAW_MODES
  227. ;Signed 8bit|Unsigned 8bit|Cancel
  228. MSG_DATATYPES_ERROR
  229. ;DataTypes error: %s.
  230. ; %s is a detailed description of the problem.
  231. MSG_UNKNOWN_COMPRESSION
  232. ;Unknown compression type.
  233. MSG_SAMPLE_WRONG_SIZE
  234. ;%lu bit samples are not supported.
  235. ; %lu is the number of bits per sample.
  236. MSG_SAMPLE_NOT_MONO
  237. ;Samples other than MONO are not supported.
  238. MSG_SAMPLE_WRONG_NUMBER_OF_CHANNELS
  239. ;Samples with %ld channels are not supported.
  240. MSG_NO_MEMORY_TO_OPTIMIZE_INSTR
  241. ;WARNING: insufficient memory to optimize instrument %lx.
  242. MSG_INSTR_WILL_SHRINK
  243. ;Instrument %lx will shrink from %ld to %ld.
  244. MSG_INSTR_DUPES_REMOVED
  245. ;Duplicate instruments found and removed: %lx == %lx.
  246. MSG_INSTR_UNUSED
  247. ;Instrument %lx is never used and is being removed.
  248. ; ***********************
  249. ; * Strings for Instr.c *
  250. ; ***********************
  251. MSG_OPENLIB_FAIL
  252. ;Couldn't open %s version %ld or greater.
  253. ; ***************************
  254. ; * Strings for Operators.c *
  255. ; ***************************
  256. MSG_CANT_INSERT_PATT
  257. ;Unable to insert pattern: Maximum number of patterns reached.
  258. MSG_PATT_UNUSED
  259. ;Pattern %ld is not used and is beeing deleted.
  260. MSG_PATT_CUT
  261. ;Pattern %ld will be cut at line %ld.
  262. MSG_PATT_DUPE
  263. ;Duplicate patterns found and removed: %ld == %ld.
  264. ; The two %ld are the pattern numbers.
  265. MSG_SONG_LEN_DIFFERENT
  266. ;WARNING: Song lengths are different. Using shorter one.
  267. MSG_PATT_LEN_DIFFERENT
  268. ;WARNING: Different pattern lengths at position %ld. Using shorter one.
  269. MSG_ERR_INSTR_BEYOND_LIMIT
  270. ;ERROR: Can't merge modules with instruments beyond %lx.
  271. MSG_TRY_INSTR_REMAP
  272. ;Merge aborted: Try remapping the instruments.
  273. ; ***********************
  274. ; * Strings for Prefs.c *
  275. ; ***********************
  276. MSG_BAD_PREFS_VERSION
  277. ;Incorrect version of preferences file
  278. ; ****************************
  279. ; * Strings for Requesters.c *
  280. ; ****************************
  281. MSG_XMODULE_REQUEST
  282. ;XModule Request
  283. ; This is the title of requesters put out by XModule.
  284. MSG_CLONE_WB
  285. ;Clone Workbench Screen
  286. MSG_CLOSE_FILEREQUESTER
  287. ;Please close FileRequester\n and then select `Continue'.
  288. MSG_SELECT_MODULES
  289. ;Select Module(s)...
  290. MSG_SELECT_INSTRUMENTS
  291. ;Select Instrument(s)...
  292. MSG_SELECT_PATTERN
  293. ;Select Pattern...
  294. MSG_SAVE_MODULE
  295. ;Save Module...
  296. MSG_SAVE_INSTRUMENT
  297. ;Save Instrument...
  298. MSG_SAVE_PATTERN
  299. ;Save Pattern...
  300. MSG_FILE_EXISTS
  301. ;File \"%s\"\nalready exists.
  302. MSG_OVERWRITE
  303. ;Overwrite|Choose Another|Abort
  304. ; **********************
  305. ; * Strings for Song.c *
  306. ; **********************
  307. MSG_UNESPECTED_EOF
  308. ;Unespected end of file.
  309. MSG_MODULE_LOADED_OK
  310. ;Module loaded OK.
  311. MSG_MODULE_SAVED_OK
  312. ;Module saved OK.
  313. MSG_UNKNOWN_SAVE_FORMAT
  314. ;ERROR: Unrecognized save format.
  315. MSG_INVALID_LOOP_REMOVED
  316. ;Removed invalid loop for instrument %lx.
  317. MSG_INVALID_LOOP_FIXED
  318. ;Fixed invalid loop for instrument %lx.
  319. MSG_SONG_HAS_NO_PATTS
  320. ;WARNING: Song has no patterns.
  321. MSG_SONG_HAS_NO_SEQ
  322. ;WARNING: Song has no sequence.
  323. MSG_INVALID_SONG_POS
  324. ;WARNING: Song position %ld references pattern %ld, which doesn't exist.
  325. MSG_UNKNOWN_MOD_FORMAT
  326. ;Unable to identify module format.\n\
  327. ;(Loading a data file as a module is unwise)
  328. MSG_SOUND_PRO_CANCEL
  329. ;SoundTracker 15|ProTracker|Cancel
  330. MSG_AUTHOR_UNKNOWN
  331. ;Unknown
  332. MSG_SONG_UNTITLED
  333. ;Untitled
  334. ; **********************
  335. ; * Strings for Help.c *
  336. ; **********************
  337. MSG_AMIGAGUIDE_ERROR
  338. ;AmigaGuide error:
  339. ; Note one blank space at the end of this line!
  340. ; ***************************
  341. ; * Strings for PattPrefs.c *
  342. ; ***************************
  343. MSG_PATT_TOO_LONG
  344. ;ERROR: Pattern would exceed the maximum number of lines.
  345. ; *************************
  346. ; * Strings for PlayWin.c *
  347. ; *************************
  348. MSG_PLAYER_INIT_ERR
  349. ;Player initialization error: %ld.
  350. MSG_CANT_OPEN_PLAYER
  351. ;Couldn't open player
  352. ; *****************************
  353. ; * Strings for ProgressWin.c *
  354. ; *****************************
  355. MSG_PERCENT_DONE
  356. ;%ld of %ld (%ld%% done)
  357. ; This string appears in the progress window gauge.  eg: "5 of 20 (25% done)".
  358. ; *****************************
  359. ; * Strings for SongInfoWin.c *
  360. ; *****************************
  361. MSG_JOIN_REQUIRES_TWO_SONGS
  362. ;ERROR: Join requires two songs.
  363. MSG_MERGE_REQUIRES_TWO_SONGS
  364. ;ERROR: Merge requires two songs.
  365. MSG_DISCARD_CURRENT_SONG
  366. ;Discard current song?
  367. ; ****************************
  368. ; * Strings for ToolBoxWin.c *
  369. ; ****************************
  370. MSG_ABOUT_TEXT
  371. ;%s %s\n\
  372. ;A Music Module Processing Utility\n\n\
  373. ;%s\n\
  374. ;All rights reserved.\n\n\
  375. ;Internet: bernie@shock.nervous.com\n\n\
  376. ;FidoNet:  2:332/118.4\n\
  377. ;Free CHIP Memory: %ldKB\n\
  378. ;Free FAST Memory: %ldKB\n\n\
  379. ;Public Screen: %s\n\
  380. ;ARexx Port: %s\n\
  381. ;Cx HotKey: %s\n\
  382. ;Language: %s
  383. MSG_DEFAULT
  384. ;--Default--
  385. MSG_DISABLED
  386. ;--Disabled--
  387. ; *********************************
  388. ; * Strings for OptimizationWin.c *
  389. ; *********************************
  390. MSG_SAVED_X_BYTES
  391. ;Saved %ld bytes (%ld%%)
  392.